TableCentering Enumeration

Represents whether tables are centered horizontally and/or vertically on the page.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum TableCentering

Members

Horizontal0 Tables should be centered horizontally on the pages where they appear.
Vertical1 Tables should be centered vertically on the pages where they appear.
Both2 Tables should be centered both horizontally and vertically on the pages where they appear.
None3 Tables should not be centered both horizontally or vertically on the pages where they appear.

See Also